This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I was able to solve the issue by using the NotesRichTextNavigator class.
Set body = doc.GetFirstItem("Body") Set rtnav = body.CreateNavigator If rtnav.FindFirstElement(RTELEM_TYPE_FILEATTACHMENT) Then Do Set att = rtnav.GetElement() Call att.ExtractFile(currentpath & "\" & CStr(att.Source)) Call att.Remove
Dan
Feedback response number DASS8Z4MU3 created by ~Dexter Dwojumilyikle on 10/15/2012